Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding additional tests to repo #118

Merged
merged 28 commits into from
Jun 10, 2021
Merged

Adding additional tests to repo #118

merged 28 commits into from
Jun 10, 2021

Conversation

Eo300
Copy link
Collaborator

@Eo300 Eo300 commented Jun 7, 2021

This relates to #94
Adding some tests which use the moto package. This is mainly for progress in order to get some tests into main. As such, don't delete this branch after merge.

pytest is run from the top directory

Possible next step is to parameterize the variable

@Eo300 Eo300 added the core Required to build base system label Jun 7, 2021
@Eo300 Eo300 requested review from mmacduff and intendo June 7, 2021 22:24
@Eo300
Copy link
Collaborator Author

Eo300 commented Jun 9, 2021

Current coverage:

Name                                                     Stmts   Miss  Cover
----------------------------------------------------------------------------
lambda_services\api_service\__init__.py                      0      0   100%
lambda_services\api_service\api_service.py                  38      2    95%
lambda_services\job_service\__init__.py                      0      0   100%
lambda_services\job_service\job_service.py                  88     12    86%
lambda_services\job_service\launcher\apbs_runner.py        212     64    70%
lambda_services\job_service\launcher\jobsetup.py            37     12    68%
lambda_services\job_service\launcher\pdb2pqr_runner.py      69     24    65%
lambda_services\job_service\launcher\utils.py              166     48    71%
lambda_services\job_service\launcher\weboptions.py         130     57    56%
----------------------------------------------------------------------------
TOTAL                                                      740    219    70%

Copy link
Contributor

@intendo intendo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Eo300 I added empty blank lines at the end of a few files so that Github won't complain about them.

intendo and others added 2 commits June 10, 2021 14:23
@intendo intendo merged commit 6ed79e3 into main Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Required to build base system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants